Package com.cisco.pt.ipc.sim.pdu
Interface RepTLV
- All Known Subinterfaces:
RepTLV_BPA,RepTLV_Election,RepTLV_EPA,RepTLV_PA
- All Known Implementing Classes:
RepTLV_BPAImpl,RepTLV_ElectionImpl,RepTLV_EPAImpl,RepTLV_PAImpl,RepTLVImpl
-
Method Summary
Modifier and TypeMethodDescriptionintvoidsetRepLength(int repLength) voidsetRepType(RepTLV repType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getRepType
RepTLV getRepType()- Returns:
- RepTLV Returns a RepTLV
-
setRepType
- Parameters:
repType- Takes in a parameter of repType
-
getRepLength
int getRepLength()- Returns:
- int Returns a int
-
setRepLength
void setRepLength(int repLength) - Parameters:
repLength- Takes in a parameter of repLength
-